From: Jim Blandy Date: Mon, 3 May 1993 04:05:33 +0000 (+0000) Subject: * sun-mouse.el (suspend-emacstool): Run suspend-hook, not X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96424 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d5ec09ce2ef3809079c7e021e95805eac7c877d2;p=emacs.git * sun-mouse.el (suspend-emacstool): Run suspend-hook, not suspend-hooks. --- diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index bca3339c264..0ac9e46f4ea 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -665,7 +665,7 @@ If running under as a detached process emacstool, you don't want to suspend (there is no way to resume), just close the window, and wait for reopening." (interactive) - (run-hooks 'suspend-hooks) + (run-hooks 'suspend-hook) (if stuffstring (send-string-to-terminal stuffstring)) (send-string-to-terminal "\033[2t") ; To close EmacsTool window. (run-hooks 'suspend-resume-hook))